home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Glary Utilities / gusetup.exe / {app} / junkcleaner.exe / RCDATA / TFRMRESTOREDETAILS / TFRMRESTOREDETAILS.txt
Text File  |  2010-01-14  |  4KB  |  182 lines

  1. object frmrestoredetails: Tfrmrestoredetails
  2.   Left = 178
  3.   Top = 193
  4.   AutoScroll = False
  5.   Caption = 'Custom Restore'
  6.   ClientHeight = 403
  7.   ClientWidth = 561
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnResize = FormResize
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Panel1: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 561
  27.     Height = 33
  28.     Align = alTop
  29.     BevelOuter = bvNone
  30.     TabOrder = 0
  31.     object Label3: TLabel
  32.       Left = 8
  33.       Top = 10
  34.       Width = 351
  35.       Height = 13
  36.       Caption = 
  37.         'Please check mark the entries you want to be restored,and click ' +
  38.         'Restore.'
  39.     end
  40.   end
  41.   object vTree1: TVirtualDrawTree
  42.     Left = 0
  43.     Top = 33
  44.     Width = 561
  45.     Height = 319
  46.     Align = alClient
  47.     Header.AutoSizeIndex = 0
  48.     Header.Font.Charset = DEFAULT_CHARSET
  49.     Header.Font.Color = clWindowText
  50.     Header.Font.Height = -11
  51.     Header.Font.Name = 'Tahoma'
  52.     Header.Font.Style = []
  53.     Header.Height = 20
  54.     Header.Options = [hoColumnResize, hoDrag]
  55.     Header.Style = hsFlatButtons
  56.     PopupMenu = PopupMenu1
  57.     TabOrder = 1
  58.     TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages]
  59.     TreeOptions.SelectionOptions = [toMultiSelect]
  60.     OnDrawNode = vTree1DrawNode
  61.     Columns = <
  62.       item
  63.         Position = 0
  64.         WideText = 'Name'
  65.       end
  66.       item
  67.         Position = 1
  68.         WideText = 'Path'
  69.       end
  70.       item
  71.         Position = 2
  72.         WideText = 'Size'
  73.       end
  74.       item
  75.         Position = 3
  76.         WideText = 'Type'
  77.       end>
  78.   end
  79.   object Panel3: TPanel
  80.     Left = 0
  81.     Top = 352
  82.     Width = 561
  83.     Height = 51
  84.     Align = alBottom
  85.     BevelOuter = bvNone
  86.     TabOrder = 2
  87.     DesignSize = (
  88.       561
  89.       51)
  90.     object Bevel1: TBevel
  91.       Left = 8
  92.       Top = 8
  93.       Width = 550
  94.       Height = 42
  95.       Anchors = [akLeft, akRight, akBottom]
  96.       Shape = bsTopLine
  97.     end
  98.     object btnRestore: TBitBtn
  99.       Left = 389
  100.       Top = 16
  101.       Width = 75
  102.       Height = 25
  103.       Anchors = [akTop, akRight]
  104.       Caption = 'Restore'
  105.       TabOrder = 0
  106.       OnClick = btnRestoreClick
  107.     end
  108.     object btnCancel: TBitBtn
  109.       Left = 477
  110.       Top = 16
  111.       Width = 75
  112.       Height = 25
  113.       Anchors = [akTop, akRight]
  114.       Caption = 'Cancel'
  115.       ModalResult = 2
  116.       TabOrder = 1
  117.     end
  118.   end
  119.   object pnProgress: TPanel
  120.     Left = 96
  121.     Top = 144
  122.     Width = 385
  123.     Height = 105
  124.     TabOrder = 3
  125.     Visible = False
  126.     object Label1: TLabel
  127.       Left = 8
  128.       Top = 8
  129.       Width = 369
  130.       Height = 41
  131.       AutoSize = False
  132.       Transparent = True
  133.       WordWrap = True
  134.     end
  135.     object ProgressBar1: TProgressBar
  136.       Left = 8
  137.       Top = 48
  138.       Width = 369
  139.       Height = 16
  140.       TabOrder = 0
  141.     end
  142.     object btnabort: TBitBtn
  143.       Left = 160
  144.       Top = 72
  145.       Width = 75
  146.       Height = 25
  147.       Caption = 'Cancel'
  148.       TabOrder = 1
  149.       OnClick = btnabortClick
  150.     end
  151.   end
  152.   object ActionList1: TActionList
  153.     Left = 456
  154.     Top = 120
  155.     object actchkall: TAction
  156.       Caption = 'Check All'
  157.       OnExecute = actchkallExecute
  158.     end
  159.     object actchknone: TAction
  160.       Caption = 'Check None'
  161.       OnExecute = actchknoneExecute
  162.     end
  163.     object actchkinvert: TAction
  164.       Caption = 'Check Invert'
  165.       OnExecute = actchkinvertExecute
  166.     end
  167.   end
  168.   object PopupMenu1: TPopupMenu
  169.     Left = 448
  170.     Top = 80
  171.     object CheckAll1: TMenuItem
  172.       Action = actchkall
  173.     end
  174.     object CheckNone1: TMenuItem
  175.       Action = actchknone
  176.     end
  177.     object CheckInvert1: TMenuItem
  178.       Action = actchkinvert
  179.     end
  180.   end
  181. end
  182.